OnInteractAction
Called when the text field widget is interacted with
SAM: interact - callback with the widget as context, as well as optional keyboard input + flag if kb input is present (isKeyboard == true) or just dummies (isKeyboard == false)
Author
fzzyhmstrs
Since
0.3.0
Functions
Link copied to clipboard
abstract fun interact(widget: OnClickTextFieldWidget, isKeyboard: Boolean, keyCode: Int, scanCode: Int, modifiers: Int)
interaction callback from an OnClickTextFieldWidget